// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['We Are Messengers','The Deluxe at Old National Centre','Indianapolis, IN','Friday','7/11/2025','8:00 PM','7180419','We-Are-Messengers-7-11-2025'],['The Pop 2000 Tour: O-Town, Chris Kirkpatrick, BBMak & LFO','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','7/17/2025','8:00 PM','7011599','The-Pop-2000-Tour--O-Town--Chris-Kirkpatrick--BBMak---LFO-7-17-2025'],['Blood Incantation','The Deluxe at Old National Centre','Indianapolis, IN','Friday','7/18/2025','8:00 PM','7168992','Blood-Incantation-7-18-2025'],['Club 90s: 2000s Night','The Deluxe at Old National Centre','Indianapolis, IN','Friday','7/25/2025','9:00 PM','7247000','Club-90s--2000s-Night-7-25-2025'],['Bop To The Top','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','7/26/2025','9:00 PM','7157841','Bop-To-The-Top-7-26-2025'],['Glotaku','The Deluxe at Old National Centre','Indianapolis, IN','Friday','8/1/2025','9:00 PM','7211251','Glotaku-8-1-2025'],['Galactic Empire','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','8/2/2025','8:00 PM','7171734','Galactic-Empire-8-2-2025'],['The Aquabats','The Deluxe at Old National Centre','Indianapolis, IN','Tuesday','8/5/2025','7:00 PM','7084915','The-Aquabats-8-5-2025'],['Emo Nite','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','8/9/2025','9:00 PM','7198186','Emo-Nite-8-9-2025'],['Citizen Soldier','The Deluxe at Old National Centre','Indianapolis, IN','Monday','8/11/2025','7:00 PM','7119679','Citizen-Soldier-8-11-2025'],['Babytron','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','8/20/2025','8:00 PM','7198531','Babytron-8-20-2025'],['Jean Dawson ','The Deluxe at Old National Centre','Indianapolis, IN','Friday','8/22/2025','8:00 PM','7072971','Jean-Dawson--8-22-2025'],['EST Gee','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','8/28/2025','8:00 PM','7204416','EST-Gee-8-28-2025'],['Christian French','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','9/6/2025','8:00 PM','7234236','Christian-French-9-6-2025'],['LA Dispute','The Deluxe at Old National Centre','Indianapolis, IN','Saturday','9/20/2025','7:30 PM','7154766','LA-Dispute-9-20-2025'],['Anamanaguchi','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','10/1/2025','8:00 PM','7154724','Anamanaguchi-10-1-2025'],['The National Parks','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','10/2/2025','8:00 PM','7087216','The-National-Parks-10-2-2025'],['Matt Maltese','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','10/9/2025','7:00 PM','7047440','Matt-Maltese-10-9-2025'],['Jukebox The Ghost','The Deluxe at Old National Centre','Indianapolis, IN','Monday','10/20/2025','8:00 PM','7167575','Jukebox-The-Ghost-10-20-2025'],['Osees','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','10/22/2025','8:00 PM','6844251','Osees-10-22-2025'],['Abi Carter','The Deluxe at Old National Centre','Indianapolis, IN','Friday','10/24/2025','8:00 PM','7120663','Abi-Carter-10-24-2025'],['The Spill Canvas & Mae','The Deluxe at Old National Centre','Indianapolis, IN','Sunday','10/26/2025','7:30 PM','7094973','The-Spill-Canvas---Mae-10-26-2025'],['The Elovaters','The Deluxe at Old National Centre','Indianapolis, IN','Thursday','11/20/2025','7:00 PM','7236071','The-Elovaters-11-20-2025'],['Adventure Club','The Deluxe at Old National Centre','Indianapolis, IN','Friday','11/28/2025','9:00 PM','7197134','Adventure-Club-11-28-2025'],['RAC & Hotel Garuda','The Deluxe at Old National Centre','Indianapolis, IN','Tuesday','6/17/2070','TBD','4433315','RAC---Hotel-Garuda-6-17-2070']],'Deluxe at Old National Centre','http://www.ticketnetwork.com/ticket/Deluxe-at-Old-National-Centre-events.aspx');